repo.or.cz
/
windows-sources.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added samples
[windows-sources.git]
/
sdk
/
samples
/
all in on code
/
Visual Studio 2008
/
XAMLSL3Text
/
XAMLSL3Text_Web
/
Default.aspx.cs
blob
3030502000202c854db39e238e63de5de7ff2a92
1
using
System
;
2
using
System
.
Collections
.
Generic
;
3
using
System
.
Linq
;
4
using
System
.
Web
;
5
using
System
.
Web
.
UI
;
6
using
System
.
Web
.
UI
.
WebControls
;
7
8
namespace
XamlSL3Text_Web
9
{
10
public partial class
_Default
:
System
.
Web
.
UI
.
Page
11
{
12
protected void
Page_Load
(
object
sender
,
EventArgs e
)
13
{
14
15
}
16
}
17
}